You are here: Understanding the Meridian functions > WinMsgBox function

WinMsgBox function

Shows a configurable dialog containing a message to the user.

Syntax

WinMsgBox (Prompt As String, [Style As AS_MsgBoxStyle = AS_ApplicationModal], [Title As String]) As AS_MsgBoxResult 
Parameters
Name Description

Prompt

Body text of the dialog.

Style

Style of the dialog as one or more of the AS_MsgBoxStyle constants.

Title

Title bar text of the dialog.

Remarks

Not available in Web Access. The Prompt text can be formatted as described in Formatting text with RTF codes.

Related concepts

Understanding the Meridian functions